vcDistributionModeProductLineEntry
vcDistributionModeProductLineEntry is an entry used for creating a product based on a weighted probability. Entries are associated with a product creator distribution mode and used when a product creator object is using a distribution feed mode.
See in: Overview
Module: vcProcessModel
Parent: -
Children -
Referenced by: vcProductCreatorDistributionMode.createProductEntry()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Probability | Real | RW | Gets or sets the weight of the product type, which is used to calculate the probability for creating product instances of. See moreIt is evaluated as relative to the sum of all configured probabilities like a weight value in a weighted sum. Parameters: probability (Real): A new probability value. The value must be greater than or equal to 0. Exceptions: ValueError: When the set value is less than 0. |
| ProductType | vcProductType | RW | Gets or sets the product type of entry to create product instances of. |